projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b8687
)
(Fcopy_file): Fix error message.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Apr 1997 19:06:31 +0000
(19:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Apr 1997 19:06:31 +0000
(19:06 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index d9dde6c4a7e31094e8765c9ce1acec0ecc9e7c7f..0e04ef4a3d9ed778d46db29d9d0969f150c772f3 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-2130,7
+2130,7
@@
A prefix arg makes KEEP-TIME non-nil.")
EMACS_SET_SECS_USECS (mtime, st.st_mtime, 0);
if (set_file_times (XSTRING (newname)->data, atime, mtime))
Fsignal (Qfile_date_error,
- Fcons (build_string ("
File already exists
"),
+ Fcons (build_string ("
Cannot set file date
"),
Fcons (newname, Qnil)));
}
#ifndef MSDOS